ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ItemsQueryGroupingsSorter<TKey,TGrouping> Class
Members

In This Topic
    _ItemsQueryGroupingsSorter<TKey,TGrouping> Class
    In This Topic
    Object Model
    _ItemsQueryGroupingsSorter<TKey,TGrouping> Class
    Syntax
    'Declaration
     
    Public Class _ItemsQueryGroupingsSorter
        (Of TKey,TGrouping As IGrouping(Of TKey)) 
    public class _ItemsQueryGroupingsSorter<TKey,TGrouping> 
    where TGrouping: IGrouping<TKey>
    Type Parameters
    TKey
    TGrouping
    Inheritance Hierarchy

    System.Object
       GrapeCity.DataVisualization.Chart._ItemsQueryGroupingsSorter<TKey,TGrouping>

    See Also